home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / EditString.cpt / EditString Stack / card_8783.txt < prev    next >
Text File  |  1990-06-22  |  1KB  |  43 lines

  1. -- card: 8783 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3493
  5. -- name: capWords
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=101 top=211 right=233 bottom=190
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: capWords
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put editString("capWords", field A) into field B
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part contents for background part 1
  28. ----- text -----
  29. capWords
  30.  
  31. -- part contents for background part 2
  32. ----- text -----
  33. This function will capitalize all words within a text block.  The maximum size of the text (or data holder) is 30000 bytes.
  34.  
  35. -- part contents for background part 3
  36. ----- text -----
  37. editString("CapWords", source)
  38. ‚Ä¢ source is the intput variable or field containing the text
  39.  
  40.  
  41. -- part contents for background part 4
  42. ----- text -----
  43. hello there all of you mac nuts out there